@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}

body {
    font-family:"微软雅黑;";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    min-width: 1188px;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.container1 {
    width: 1200px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
    z-index: 99;
}
.top{
    background-color: #3380b7;
    height: 35px;
    line-height: 35px;
}
.top_fl{
    float: left;
    color: #fff;
}
.top_fr{
    float: right;
}
.tel{
    float: left;
    color: #fff;
    font-size: 12px;
    background: url("../images/tel.png") no-repeat left center;
    padding-left: 30px;
}
.search{
    float: right;
    margin-top: -2px;
    margin-left: 15px;
}
.searchform{
    position: relative;
    height: 21px;
}
.forminput1{
    background-color: transparent;
    line-height: 21px;
    height: 23px;
    color: #666;
    font-size: 12px;
    width: 156px;
    padding-left: 10px;
    border: 1px solid #fff;
    border-radius: 25px;
}
.forminput2{
    background: url("../images/search.png") no-repeat center;
    width: 14px;
    height: 14px;
    text-indent: -999px;
    border: none;
    position: absolute;
    right: 10px;
    top: 12px;
}

.searchform input::-webkit-input-placeholder{
    color: #fff;
}
.searchform input::-moz-input-placeholder{
    color: #fff;
}
.searchform input::-ms-input-placeholder{
    color: #fff;
}
#daohang.guding{
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 0 10px #ccc;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	clear:both;
    height: 90px;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
}
.daohang .container1{
    position: relative;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 2px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
    float: right;
}
.menupc{
    
}
.menupc li{
    float: left;
    text-align: center;
    position: relative;
    line-height:90px;
    z-index: 9;
}
.menupc li:after{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    content:'';
    width:0;
    height: 100%;
    background-color: #0060a5;
    margin:0 auto;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
.menupc li:hover:after{
    width:100%;
}
.menupc li:hover a{
    color: #fff;
}
.menupc li a{
    display:block;
    color: #313232;
    font-weight: bold;
    font-size: 16px;
    z-index: 999;
    position: relative;
    padding: 0px 30px;
}
.menupc li a:hover{
    color: #fff;
}
.menupc li .current{
    color: #fff;
    background-color: #0060a5;
}
.menupc ul{
    background-color: rgba(255,255,255,0.7) !important;
    position: absolute;
    display:none;
    left: 0;
    overflow: hidden;
    z-index: 999;
    width:100%;
}
.menupc ul li{
    float: none;
    position: static;
    text-align: center;
    background:none;
    line-height: 40px;
    width:100%;
    border-bottom: 1px solid #fff;
}
.menupc ul li:hover:after{
    width: 0 !important;
}
.menupc ul li a{
    display: block;
    font-size: 12px;
    position:relative;
    font-weight: normal;
    color:#313232 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 5px;
}
.menupc ul li a:hover{
    color: #fff !important;
    background-color: #0060a5 !important;
}
.menupc ul li .current{
    color: #fff !important;
    background-color: #0060a5 !important;
}
.menupc ul.subnav {
    display: block;
}


/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

/*swiper的banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin:0px auto;
    position: relative;
    z-index: 9;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    background-color: #fff;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 0px;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #0060a5;
}



footer{
    width: 100%;
    margin: 0 auto;
    background-color: #231f20;
    overflow: hidden;
}
.footer1{
    background-color: #043e68;
    padding: 40px 0 60px 0;
    overflow: hidden;
}
.footer1 ul{
    display: flex;
    justify-content: center;
}
.footer1 li{
    margin: 0 4%;
}
.footer1 li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1 li p{
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.footer1 li:nth-child(3){
    padding-top: 4%;
}
.footer1 li:nth-child(3) p{
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer1 li a{
    display: inline-block;
}
.footer1 li a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer2{
    background-color: #022e4e;
    overflow: hidden;
    padding: 12px 0;
}
.footer2 p{
    text-align: center;
    color: #fff;
    line-height: 24px;
}
.footer2 p a{
    color: #fff;
}
.footer2 p a:hover{
    color: #3889c3
}

.home-about{
    width: 100%;
    margin: 40px auto 100px auto;
    overflow: hidden;
}
.index_title{
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 10px;
    line-height: 35px;
}
.index_title p{
    float: left;
    color: #0060a5;
    font-size: 24px;
}
.index_title p span{
    color: #8d8d8d;
    font-size: 22px;
    font-family: times new roman,times,serif;
    padding-left: 5px;
}
.index_title a{
    float: right;
    color: #8d8d8d;
}
.index_title a:hover{
    color: #0060a5;
}
.about_con{
    margin-top: 30px;
}
.about_con_fl{
    float: left;
    width: 72%;
}
.about_con_fl li{
    float: left;
    width: 33.3%;
    padding: 0 40px;
    text-align: center;
}
.about_con_fl li a{
    display: block;
}
.about_img{
    width: 114px;
    height: 114px;
    margin: 0 auto;
    -webkit-transition: transform .8s linear;
    -moz-transition: transform .8s linear;
    -o-transition: transform .8s linear;
    transition: transform .8s linear;
}
.about_con_fl li a:hover .about_img{
    -webkit-transform: rotate(360deg);
    -ms-transform:rotate(360deg);
    transform: rotate(360deg);
}
.btn1{
    background: url("../images/ab1.png") no-repeat center;
}
.btn2{
    background: url("../images/ab2.png") no-repeat center;
}
.btn3{
    background: url("../images/ab3.png") no-repeat center;
}
.about_con_fl li a:hover .btn1{
    background: url("../images/ab01.png") no-repeat center;
}
.about_con_fl li a:hover .btn2{
    background: url("../images/ab02.png") no-repeat center;
}
.about_con_fl li a:hover .btn3{
    background: url("../images/ab03.png") no-repeat center;
}
.about_title{
    font-size: 16px;
    color: #585858;
    margin: 15px 0;
}
.about_info{
    line-height: 1.8;
    color: #9e9e9e;
    font-size: 12px;
}
.about_con_fr{
    float: right;
    width: 28%;
    position: relative;
}
.about_con_fr .swiper-slide {
    display: initial;
}
.sys{
    overflow: hidden;
}
.sys a{
    display: block;
    position:relative;
    overflow:hidden;
}
.sys_img{
    overflow: hidden;
}
.sys_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.sys_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,96,165,0.7);
    padding: 10px 5px;
    text-align: justify;
    z-index: 11;
}
.sys_txt p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.about_con_fr .swiper-pagination1{
    display: block;
    bottom: 20px;
    width: 100%;
}
.about_con_fr .swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    background-color: #fff;
    border-radius: 0px;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
}
.about_con_fr .swiper-pagination-bullet-active{
    background-color: #0c5790;
}


.home-news{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news_con{
    margin-top: 25px;
}
.news_con_fl{
    float: left;
    width: 41%;
    position: relative;
}
.news_con_fl .swiper-slide {
    display: initial;
}
.news{
    overflow: hidden;
}
.news a{
    display: block;
    position:relative;
    overflow:hidden;
}
.news_img{
    overflow: hidden;
}
.news_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.news_con_fl .swiper-button-next, .news_con_fl .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 38px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: none;
    font-size: 50px;
    color: #fff;
}
.news_con_fl .swiper-button-prev{
    left: 0;
    right: auto;
    background: rgba(0,0,0,0.5) url("../images/nl.png") no-repeat center;
}
.news_con_fl .swiper-button-prev:hover{
    background: #000 url("../images/nl_h.png") no-repeat center;
}
.news_con_fl .swiper-button-next{
    right: 0;
    left: auto;
    background: rgba(0,0,0,0.5) url("../images/nr.png") no-repeat center;
}
.news_con_fl .swiper-button-next:hover{
    background: #000 url("../images/nr_h.png") no-repeat center;
}
.news_con_fr{
    float: right;
    width: 55%;
}
.news_con_fr li{
    margin-bottom: 22px;
    overflow: hidden;
}
.news_con_fr li a{
    display: block;
}
.news_fr_num{
    float: left;
    width: 85px;
    border-right: 1px solid #c8c8c8;
    font-size: 60px;
    color: #707070;
}
.news_fr_txt{
    margin-left: 100px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    padding-bottom: 22px;
}
.news_fr_txt1{
    margin-bottom: 10px;
    line-height: 25px;
    overflow: hidden;
}
.news_fr_txt1 p{
    float: left;
    width: 80%;
    font-weight: bold;
    color: #323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_con_fr li a:hover .news_fr_txt1 p{
    color: #0060a5;
}
.news_fr_txt1 span{
    float: right;
    color: #969696;
    font-size: 12px;
}
.news_fr_txt2{
    font-size: 12px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.home-pro{
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}
.pro_con{
    margin-top: 30px;
}
.pro_con_fl{
    float: left;
    width: 22%;
    background-color: #f4f4f4;
    padding: 58px 27px;
    overflow: hidden;
}
.pro_fl_txt1{
    font-size: 28px;
    color: #0060a5;
    font-family: times new roman,times,serif;
    line-height: 1;
}
.pro_fl_txt1:after{
    content: '';
    display: block;
    width: 62px;
    height: 2px;
    background-color: #0060a5;
    margin: 10px 0 30px 0;
}
.pro_fl_txt2{
    font-size: 12px;
    color: #868686;
    line-height: 1.8;
}
.pro_fl_txt3{
    margin-top: 26px;
}
.pro_fl_txt3 a{
    display: block;
}
.arrow{
    width: 30px;
    height: 30px;
    background: url("../images/j.jpg") no-repeat center;
    -webkit-transition: transform .8s linear;
    -moz-transition: transform .8s linear;
    -o-transition: transform .8s linear;
    transition: transform .8s linear;
}
.pro_fl_txt3 a:hover .arrow{
    -webkit-transform: rotate(360deg);
    -ms-transform:rotate(360deg);
    transform: rotate(360deg);
    background: url("../images/j_h.jpg") no-repeat center;
}
.pro_con_fr{
    float: right;
    width: 77%;
}
.pro_con_fr li{
    float: left;
    width: 33.3%;
    padding: 0 10px;
}
.pro_con_fr li a{
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 0px 1px 1px #e2e0e0;
    -moz-box-shadow: 0px 0px 1px 1px #e2e0e0;
    box-shadow: 0px 0px 1px 1px #e2e0e0;
}
.pro_fr_img{
    overflow: hidden;
}
.pro_fr_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.pro_con_fr li a:hover .pro_fr_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_fr_txt{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0,96,165,0.8);
    text-align: center;
}
.pro_con_fr li a:hover .pro_fr_txt{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.pro_fr_txts{
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.pro_con_fr li a:hover .pro_fr_txts{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.pro_fr_txt1{
    color: #fff;
    border-bottom: 1px solid #cbc8c8;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.pro_fr_txt2{
    font-size: 12px;
    position: relative;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 34px;
}
.pro_fr_txt3{
    display: block;
    width: 98px;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    background-color: #fff;
    color: #0060a5;
    -webkit-box-shadow: 0 0 1px #fff;
    -moz-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
}

.home-industry{
    width: 100%;
    margin: 33px auto 0 auto;
    overflow: hidden;
}
.industry_con{
    margin-top: 33px;
    position: relative;
}
.industry_con .swiper-slide {
    display: initial;
}
.industry{
    overflow: hidden;
}
.industry a{
    display: block;
    position:relative;
    overflow:hidden;
}
.ins_img{
    overflow: hidden;
}
.ins_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.industry a:hover .ins_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ins_txt{
    padding: 5px;
}
.ins_txt p{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #585858;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.industry a:hover .ins_txt p{
    color: #0060a5;
}

/*关于我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
}
.inner-banner img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.inner-main{
    width: 100%;
    margin: 32px auto;
    overflow: hidden;
}
.inner_fl{
    float: left;
    width: 296px;
}
.inner_fl_t{
    margin-bottom: 42px;
    overflow: hidden;
}
.inner_fl_t_title{
   overflow: hidden;
    border: 1px solid #e1dfdf;
    padding: 10px 0px 10px 12px;
}
.inner_fl_t_title h3{
    font-weight: bold;
    color: #0060a5;
    font-size: 24px;
    background: url("../images/h3.png") no-repeat left center;
    padding-left: 35px;
}
.inner_fl_t_title span{
    font-size: 22px;
    padding-left: 5px;
    font-weight: normal;
    color: #7fafd2;
    text-transform: uppercase;
    font-family: times new roman,times,serif;
}
.inner_fl_t_con{
    border: 1px solid #dfdddd;
    border-top: none;
    overflow: hidden;
}
.inner_fl_t_con li{
    margin-bottom: 3px;
    overflow: hidden;
    line-height: 40px;
}
.inner_fl_t_con li:last-child{
    margin-bottom: 0;
}
.inner_fl_t_con li a{
    display: block;
    background: url("../images/lin.png") no-repeat center;
    color: #fff;
    padding-left: 60px;
}
.inner_fl_t_con li a:hover{
    background: url("../images/hover.png") no-repeat center;
}
.inner_fl_t_con li a.active{
    background: url("../images/hover.png") no-repeat center;
}
.inner_fl_b{
    width: 255px;
    margin: 0 0 10px 41px;
    overflow: hidden;
}
.inner_fl_b_title{
    background-color: #1970af;
    line-height: 42px;
    overflow: hidden;
}
.inner_fl_b_title h3{
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}
.inner_fl_b_title span{
    font-size: 16px;
    padding-left: 5px;
    font-weight: normal;
    color: #adc2da;
    text-transform: uppercase;
    font-family: times new roman,times,serif;
}
.inner_fl_b_con{
    border: 1px solid #e0dede;
    padding: 15px 19px;
    overflow: hidden;
}
.inner_fl_b_con p{
    font-size: 12px;
    line-height: 25px;
    color: #707070;
    word-wrap: break-word;
    word-break: break-all;
}

.inner_fr{
    margin-left: 327px;
}
.inner_fr_title{
    border-bottom: 1px solid #136cad;
    padding-bottom: 10px;
    overflow: hidden;
}
.inner_fr_title p{
    font-size: 18px;
    padding-left: 35px;
    color: #1970ae;
    background: url("../images/p.jpg") no-repeat left center;
}
.inner_fr_about{
    margin: 25px 0;
    overflow: hidden;
    line-height: 30px;
    color: #707070;
}
.iabout_t{
    margin-bottom: 30px;
    overflow: hidden;
}
.iabout_t img{
    float: right;
    max-width: 100%;
    height: auto;
    margin-left: 30px;
}
.iabout_b{

}


/*联系我们*/
.inner_fr_contact{
    color: #707070;
    line-height: 30px;
    margin: 25px 0;
    overflow: hidden;
}
.inner_fr_contact img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*人才招聘*/
.inner_fr_job{
    margin: 25px 0;
    overflow: hidden;
    color: #707070;
    line-height: 25px;
    font-size: 12px;
}


/*在线留言*/
.inner_fr_feedback{
    margin: 25px 15px;
    /*overflow: hidden;*/
}
.ly1{
    margin-bottom: 10px;
    height: 30px;
}
.ly1 label{
    float: left;
    width: 100px;
    text-align: right;
    color: #666;
    line-height: 30px;
}
.ly1 label b{
    color: #ff0000;
}
.ly1 input{
    float: left;
    margin-left: 5px;
    width: 533px;
    border: 1px solid #f0f0f0;
    height: 30px;
    line-height: 28px;
    color: #666;
    padding-left: 10px;
}
.ly1 input:focus{
    border: 1px solid #1970af;
}
.ly1 select{
    display:none;
}
.ly1 .select_box{
    float: left;
    margin-left: 5px;
    width:200px;
    height:30px;
    line-height:28px;
    border: 1px solid #f0f0f0;
    background-color:#fff;
    color:#666;
    position:relative;
    padding-left: 10px;
}
.ly1 .select_showbox{
    height:30px;
    background:url(../images/select.jpg) no-repeat right center;
    color: #666;
}
.ly1 .select_showbox.active{
    background:url(../images/select.jpg) no-repeat right center;
}
.ly1 .select_option{
    width: 100%;
    border:1px solid #f0f0f0;
    border-top:none;
    display:none;
    left:0px;
    top:30px;
    position:absolute;
    z-index:9999;
    background:#edf9f9;
    overflow: auto;
    height: 100px;
}
.ly1 .select_option li{
    width: 100%;
    cursor:pointer;
    line-height: 25px;
    padding-left: 10px;
}
.ly1 .select_option li.selected{
    color:#7f7f7f;
}
.ly1 select option{
    position:absolute;
    top:44px;
    left:10px;
    z-index:999;
}
select::-ms-expand {
    display: none;
}
.ly2{
    margin-bottom: 10px;
    height: 30px;
}
.ly2_fl{
    float: left;
    width: 100px;
    text-align: right;
    color: #666;
    line-height: 30px;
}
.ly2_fl b{
    color: #ff0000;
}
.ly2_fr{
    float: left;
    position: relative;
    margin-left: 5px;
    line-height: 30px;
    width: 100px;
}
.ly2_fr input{
    float:left;
    border:1px solid #f0f0f0;
}
.ly2_fr input[type="radio"] {
    width: 100px;
    height: 30px;
    line-height: 28px;
    opacity: 0;
}
.ly2_fr label{
    position: absolute;
    left: 0px;
    top: 0;
    width: 100px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #f0f0f0;
}
.ly2_fr input:checked+label {
    border: 1px solid #f0f0f0;
}
.ly2_fr input:checked+label::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 30px;
    top: 0;
    left: 0;
    border: 1px solid #6bbbb8;
}
.ly2_fr p{
    color:#7f7f7f;
    position: absolute;
    line-height: 30px;
    left: 10px;
}
.ly3{
    margin-bottom: 10px;
    height: 150px;
}
.ly3 label{
    float: left;
    width: 100px;
    text-align: right;
    color: #666;
    line-height: 30px;
}
.ly3 label b{
    color: #ff0000;
}
.ly3 textarea{
    float: left;
    width: 533px;
    margin-left: 5px;
    height: 150px;
    border: 1px solid #f0f0f0;
    padding: 5px;
    line-height: 25px;
    resize: none;
    color:#666;
}
.ly4{
    margin-bottom: 10px;
    height: 30px;
}
.ly4 label{
    float: left;
    width: 100px;
    text-align: right;
    color: #666;
    line-height: 30px;
}
.ly4 label b{
    color: #ff0000;
}
.ly4 input{
    float: left;
    margin-left: 5px;
    width: 133px;
    border: 1px solid #f0f0f0;
    height: 30px;
    line-height: 28px;
    color: #666;
    padding-left: 10px;
}
.ly4 input:focus{
    border: 1px solid #1970af;
}
.ly4 a{
    float: left;
    height: 30px;
    width: auto;
}
.ly4 a img{
    height: 30px;
    width: auto;
}
.ly5{
    margin-left: 105px;
}
.ly5 button{
    background-color: #1970ae;
    color: #fff;
    text-align: center;
    width: 90px;
    line-height: 40px;
    height: 40px;
    border: none;
    font-size: 18px;
}


/*下载中心*/
.inner_fr_download{
    overflow: hidden;
    margin-bottom: 10px;
}
.inner_fr_download li{
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.inner_fr_download li a{
    display: block;
    padding: 5px 0;
    overflow: hidden;
}
.inner_fr_download li a:hover{
    background-color: #eff8f8;
}
.xz_t{
    margin-bottom: 5px;
    line-height: 21px;
    overflow: hidden;
}
.xz_t p{
    float: left;
    width: 82%;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xz_t span{
    float: right;
    color: #969696;
    font-size: 12px;
}
.xz_b{
    overflow: hidden;
    line-height: 25px;
}
.xz_b span{
    color: #c8c8c8;
    font-size: 12px;
    padding-left: 20px;
    margin-right: 30px;
}
.xz_b span em{
    color: #969696;
    font-style: normal;
}
.xz_b span:nth-child(1){
    background: url("../images/d.png") no-repeat left center;
}
.xz_b span:nth-child(2){
    background: url("../images/y.png") no-repeat left center;
}
.xz_b p{
    float: right;
    color: #fff;
    line-height: 25px;
    padding: 0 15px 0 30px;
    background: #1970ae url("../images/d1.png") no-repeat 15px center;
}
.inner_fr_download li a:hover .xz_b p{
    background: #4daa60 url("../images/d1.png") no-repeat 15px center;
}


/*分页*/
.pagination{
    text-align:right;
    color:#666;
}
.pagination a{
    display:inline-block ;
    color: #808080;
    border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:#f2f2f2;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#1970ae;
    border:1px solid #1970ae;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #1970ae;
    border: 1px solid #1970ae;
}


/*典型应用*/
.inner_fr_typical{
    margin: 20px 0;
    overflow: hidden;
}
.inner_fr_typical li{
    margin-bottom: 15px;
    overflow: hidden;
}
.typical_img{
    float: left;
    width: 200px;
    height: 133px;
}
.typical_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.typical_txt{
    margin-left: 250px;
}
.typical_txt1{
    font-weight: bold;
    color: #1970ae;
    line-height: 30px;
}
.typical_txt2{
    color: #535353;
    line-height: 30px;
}


/*行业应用*/
.inner_fr_industry{
    margin: 20px 0;
    overflow: hidden;
}
.inner_fr_industry li{
    float: left;
    width: 33.3%;
    padding: 0 15px;
}
.industrys{
    display: block;
}
.industrys_img{
    position: relative;
    overflow: hidden;
}
.industrys_img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.industrys_show{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5a9bd5;
    transition: .5s;
}
.industrys:hover .industrys_show{
    opacity: 1;
}
.industrys_shows{
    position: absolute;
    top: 50%;
    width: 100%;
}
.industrys_show1{
    overflow: hidden;
}
.industrys_show1 dl{
    display: flex;
    justify-content: center;
}
.industrys_show1 dl dd{
    width: 55px;
    height: 55px;
    margin: 5px auto;
}
.industrys_show1 dl dd img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.industrys_show2{
    overflow: hidden;
}
.industrys_show2 dl dd{
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    text-align: center;
}
.industrys_txt{
    padding: 6px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707070;
    font-size: 12px;
}
.inner_fr_p{
    color: #707070;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

/*新闻资讯*/
.inner_fr_news{
    overflow: hidden;
}
.inner_fr_news li{
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}
.inner_fr_news li a{
    display: block;
    padding: 15px 0;
    overflow: hidden;
}
.inews_img{
    float: left;
    width: 120px;
    height: 90px;
}
.inews_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.inews_txt{
    margin-left: 135px;
}
.inews_txt1{
    overflow: hidden;
    line-height: 21px;
    margin-bottom: 5px;
}
.inews_txt1 p{
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #323232;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt1 span{
    float: right;
    font-size: 12px;
    color: #c8c8c8;
    background: url("../images/date.png") no-repeat left center;
    padding-left: 15px;
}
.inews_txt1 span em{
    font-style: normal;
    color: #969696;
}
.inews_txt2{
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.inner_fr_news li a:hover .inews_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_fr_news li a:hover .inews_txt1 p{
    color: #1970af;
}


/*新闻详情*/
.inner_fr_newsshow{
    margin: 15px 0 25px 0;
    overflow: hidden;
}
.newsshow1{
    line-height: 40px;
    font-size: 26px;
    color: #1e1e1e;
    text-align: center;
}
.newsshow2{
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 20px 0 5px 0;
}
.newsshow2 span{
    display: inline-block;
    color: #c8c8c8;
    font-size: 12px;
    margin-right: 10px;
    padding-left: 15px;
}
.newsshow2 span em{
    font-style: normal;
    color: #969696;
}
.span1{
    background: url("../images/file.png") no-repeat left center;
}
.span2{
    background: url("../images/person.png") no-repeat left center;
}
.span3{
    background: url("../images/ly.png") no-repeat left center;
}
.span4{
    background: url("../images/date.png") no-repeat left center;
}
.newsshow3{
    background-color: #fcfbfd;
    border: 1px solid #e4e4e4;
    padding: 5px 10px;
    margin: 15px 0 20px 0;
    overflow: hidden;
    color: #999;
    line-height: 26px;
}
.newsshow4{
    line-height:25px;
    color:#707070;
    margin-bottom: 25px;
}
.newsshow4 img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.newsshow5{
    color: #969696;
    line-height: 19px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    overflow: hidden;
}
.newsshow5 span{
    display: inline-block;
    float: left;
}
.newsshow5 p{
    float: left;
    margin-left: 5px;
}
.newsshow6{
    margin-top: 20px;
    overflow: hidden;
}
.newsshow6 li{
    line-height: 25px;
    width: 48%;
    color: #969696;
}
.newsshow6 li:nth-child(1){
    float: left;
}
.newsshow6 li:nth-child(1) a{
    float: right;
}
.newsshow6 li:nth-child(2){
    float: right;
}
.newsshow6 li:nth-child(2) a{
    float: left;
}
.newsshow6 li a{
    width: 85%;
    color: #656565;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsshow6 li a:hover{
    color: #1970af;
}

/*产品中心*/
.inner_fr_pro{
    margin: 11px 0 20px 0;
    overflow: hidden;
}
.inner_fr_pro li{
    float: left;
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.inner_fr_pro li a{
    display: block;
    border: 2px solid #f3f3f3;
    overflow: hidden;
}
.ipro_img{
    border: 1px solid #e6e6e6;
    overflow: hidden;
    height: 200px;
    position: relative;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}
.ipro_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: .5s;
}
.ipro_txt{
    padding: 10px 5px;
    overflow: hidden;
}
.ipro_txt p{
    font-size: 16px;
    text-align: center;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_fr_pro li a:hover .ipro_txt p{
    color: #1970af;
}

/*产品详情*/
.inner_fr_proshow{
    margin: 20px 0;
    overflow: hidden;
}
.proshow2{
    overflow: hidden;
}
.proshow2_title{
    overflow: hidden;
}
.proshow2_title ul li {
    float: left;
    cursor:pointer;
    margin-right: 5px;
}
.proshow2_title ul li h3 {
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    padding: 0 25px;
    background-color: #1970ae;
}
.proshow2_title ul .on h3{
    background-color: #4daa60;
}
.proshow2_show{
    padding: 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}
.proshow2_show .proshow2_info {
    display:none;
}
.proshow2_info{
    overflow: hidden;
    color: #656565;
    line-height: 25px;
}
.proshow2_info img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.proshow3{
    margin-top: 20px;
    overflow: hidden;
}
.proshow3 li{
    line-height: 25px;
    width: 48%;
}
.proshow3 li:nth-child(1){
    float: left;
    background: url("../images/jt_l.png") no-repeat left center;
    padding-left: 20px;
}
.proshow3 li:nth-child(1) a{
    float: left;
}
.proshow3 li:nth-child(2){
    float: right;
    background: url("../images/jt_r.png") no-repeat right center;
    padding-right: 20px;
}
.proshow3 li:nth-child(2) a{
    float: right;
}
.proshow3 li a{
    color: #656565;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proshow3 li a:hover{
    color: #1970af;
}
.proshow1{
    margin-bottom: 20px;
    overflow: hidden;
}
.proshow1_fr{
    float: right;
    width: 50%;
}
.proshow1_fr li{
    border-bottom: 1px dashed #f0f0f0;
    overflow: hidden;
    padding-bottom: 10px;
    line-height: 30px;
    color: #656565;
    margin-bottom: 10px;
}
.proshow1_fl{
    float: left;
    width: 400px;
    position: relative;
}
.small-img {
    display:flex;
    align-items:center;
    justify-content:center
}
.magnifier {
    width:400px;
    position:relative
}
.magnifier-container {
    width:400px;
    height:335px;
    overflow:hidden;
    position:relative;
    border:1px solid #ddd
}
.move-view {
    width:100px;
    height:100px;
    position:absolute;
    background-image:url('../images/move-box.png');
}
.images-cover {
    height:100%;
    width:100%;
    position:relative
}
.images-cover img {
    position:absolute
}
.magnifier-assembly {
    height:64px;
    overflow:hidden;
    position:relative;
    padding:0 28px;
    margin:8px 0;
}
.magnifier-btn span {
    line-height:64px;
    height:64px;
    width:28px;
    display:block;
    z-index:9998;
    cursor:pointer;
    position:absolute;
    top:0
}
.magnifier-btn .magnifier-btn-left {
    left:0;
    background: #a2a2a2 url("../images/pl.png") no-repeat center center
}
.magnifier-btn .magnifier-btn-left:hover {
    background: #a2a2a2 url("../images/pl_h.png") no-repeat center center
}
.magnifier-btn .magnifier-btn-right {
    right:0;
    background: #a2a2a2 url("../images/pr.png") no-repeat center center
}
.magnifier-btn .magnifier-btn-right:hover {
    background: #a2a2a2 url("../images/pr_h.png") no-repeat center center
}
.magnifier-line {
    position:relative;
    height:64px;
    overflow:hidden
}
.magnifier-line ul {
    display:block;
    font-size:0;
    width:10000%;
    position:absolute;
    left:0;
    z-index:9997
}
.magnifier-line li {
    float:left;
    width:115px;
    cursor:pointer;
    text-align:center
}
.magnifier-line ul>.active .pic {
    border:2px solid #01861d;
}
.magnifier-line li .pic {
    height:64px;
    width:110px;
    margin:0 auto;
    overflow:hidden;
    border:2px solid #9a9b9b;
    text-align:center
}
.magnifier-view {
    width:100%;
    height:100%;
    position:absolute;
    right:-105%;
    top:0;
    z-index:9999;
    background-color:#fff;
    display:none;
    overflow:hidden;
    border:1px solid #9a9b9b;
}
.magnifier-view img {
    display:block;
    max-width:none
}














/*在线客服*/
.zxkf{
    position: fixed;
    top: 20%;
    z-index: 999;
    right: 0;
}
.kf_b{
    width: 38px;
    height: 152px;
    background-color: #4daa60;
    padding: 26px 0;
    cursor: pointer;
}
.kf_b p{
    color: #fff;
    padding-top: 20px;
    width: 20px;
    margin: 0 auto;
    text-align: center;
}
.p0{
    background: url("../images/kf_l.png") no-repeat top center;
}
.p1{
    background: url("../images/kf_r.png") no-repeat top center;
}
.kf_a{
    display: none;
    position: absolute;
    right: 38px;
    width: 220px;
    height: auto;
    top: 0;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.5s ease;
}
.kf_a1{
    width: auto;
    height: auto;
    padding: 20px;
    border: 1px solid #E4E4E4;
}
.kf_a1 p{
    font-size: 16px;
    color: #333;
    background: url("../images/kf1.jpg") no-repeat left center;
    padding-left: 35px;
    line-height: 28px;
    margin-bottom: 5px;
}
.kf_a1 span{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.kf_a2{
    width: auto;
    height: auto;
    padding: 20px 15px;
    border: 1px solid #E4E4E4;
    text-align: center;
    border-bottom: none;
    border-top: none;
}
.kf_a2 p{
    color: #999;
    line-height: 25px;
}
.kf_a2 p a{
    color: #707070;
}
.kf_a2 p a:hover{
    color: #1970ae;
}
.kf2{
    background: url("../images/kf2.jpg") no-repeat 20px center;
}
.kf3{
    background: url("../images/kf3.jpg") no-repeat 40px center;
}
.kf_a3{
    width: auto;
    height: auto;
    padding: 20px;
    border: 1px solid #E4E4E4;
    text-align: center;
}
.kf_a3 p{
    color: #999;
    background: url("../images/kf4.jpg") no-repeat left center;
    padding-left: 10px;
}